Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add entries method to observable object api [WIP] #1536

Merged

Conversation

samjacobclift
Copy link

@samjacobclift samjacobclift commented May 8, 2018

Thanks for taking the effort to create a PR!

If you are creating an extensive PR, you might want to open an issue with your idea first, so that you don't put a lot of effort in an PR that wouldn't be accepted. Please prepend pull requests with WIP: if they are not yet finished
PR checklist:

  • Added unit tests
  • Updated changelog
  • Updated docs (either in the description of this PR as markdown, or as separate PR on the gh-pages branch. Please refer to this PR). For new functionality, at least API.md should be updated
  • Added typescript typings
  • Verified that there is no significant performance drop (npm run perf)

Feel free to ask help with any of these boxes!

The above process doesn't apply to doc updates etc.

Still a WIP, looking at the best place to add the unit tests

@samjacobclift
Copy link
Author

I've added some unit tests but might require more, have I done enough to update the typings ?

@mweststrate
Copy link
Member

The typings are not correct (entries returns [[K, V]]) but I'll update them. Thanks for the PR!

@mweststrate mweststrate merged commit 524045d into mobxjs:master May 22, 2018
@samjacobclift
Copy link
Author

Thanks for the merge, I've just recently started using mobx its a fantastic tool 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants